CI: Reduce queue time by using fewer self-hosted runners#34102
Merged
EugeniyKiyashko merged 2 commits intoJun 24, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several GitHub Actions workflows to run more jobs on GitHub-hosted runners (ubuntu-latest) instead of the self-hosted runner label (devextreme-shr2), aiming to reduce CI queue time and self-hosted runner contention.
Changes:
- Switched multiple CI/test/lint and notification jobs from
devextreme-shr2toubuntu-latest. - Kept heavier build/execution jobs on self-hosted runners where they are still explicitly configured (e.g., some build/test matrices).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/visual-tests-demos.yml | Move check-ts and lint jobs to ubuntu-latest. |
| .github/workflows/ts_declarations.yml | Move notify job to ubuntu-latest. |
| .github/workflows/themebuilder_tests.yml | Move test and notify jobs to ubuntu-latest. |
| .github/workflows/testcafe_tests.yml | Move check-should-run, merge-artifacts, and notify jobs to ubuntu-latest. |
| .github/workflows/styles.yml | Move Tests and notify jobs to ubuntu-latest. |
| .github/workflows/renovation.yml | Move jest-tests and notify jobs to ubuntu-latest. |
| .github/workflows/renovate_autoapprove.yml | Move auto-approve job to ubuntu-latest. |
| .github/workflows/qunit_tests.yml | Move notify job to ubuntu-latest. |
| .github/workflows/pr-filter-stubs.yml | Move stub jobs’ runs-on to ubuntu-latest. |
| .github/workflows/paths.yml | Move checks and notify jobs to ubuntu-latest. |
| .github/workflows/packages_publishing.yml | Move notify job to ubuntu-latest. |
| .github/workflows/lint.yml | Move TS, JS, texts, component_exports, and notify jobs to ubuntu-latest. |
| .github/workflows/codeql.yml | Move fetch and notify jobs to ubuntu-latest. |
dmlvr
approved these changes
Jun 23, 2026
alexslavr
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.